html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: middle; }

body {
  font-size: 14px;
  font-family: 'microsoft yahei';
  overflow-x: hidden;
  color: #5a5a5a;
  background-color: #f2f2f2; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-center {
  text-align: center; }

a {
  color: #333; }
  a :hover {
    color: #000; }

.container {
  position: relative;
  margin: 0 auto;
  width: 1300px; }

.btn {
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  transition: all .5s; }
  .btn:hover {
    background-color: #fabd03; }

.header .top {
  height: 100px;
  border-bottom: 1px solid #e3e3e3; }
  .header .top .logo {
    float: left;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
    .header .top .logo a {
      color: #444; }
      .header .top .logo a span {
        color: #fabd03; }
    .header .top .logo img {
      margin-top: 5px;
      margin-right: 10px;
      height: 50px; }
  .header .top .info-right {
    float: right;
    margin-top: 45px; }

.nav {
  background-color: #333; }
  .nav .logo {
    float: left;
    margin-top: 6px; }
  .nav .container > ul {
    float: left; }
    .nav .container > ul > li {
      position: relative;
      float: left; }
      .nav .container > ul > li a {
        display: block;
        padding: 18px 40px;
        text-align: center;
        line-height: 20px;
        font-size: 15px;
        color: #fff; }
      .nav .container > ul > li.active > a, .nav .container > ul > li:hover > a {
        color: #fff;
        background-color: #fabd03; }
      .nav .container > ul > li:hover .sub[sub-143],
      .nav .container > ul > li:hover .sub[sub-190],
      .nav .container > ul > li:hover .sub[sub-191],
	  .nav .container > ul > li:hover .sub[sub-193]{
        display: block; }
      .nav .container > ul > li .sub {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #333;
        z-index: 999; }
        .nav .container > ul > li .sub > li > a {
          display: block;
          padding: 10px 0px;
          text-align: center; }
          .nav .container > ul > li .sub > li > a:hover {
            background-color: #fabd03; }

.train_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 700px; }

.train_banner .banner_images {
  width: 1000%; }

.train_banner .banner_images li {
  float: left;
  width: 10%; }

.train_banner .banner_images li a {
  display: block;
  width: 100%; }

.train_banner .banner_images li a img {
  display: block;
  width: 100%;
  object-fit: cover; }

.train_banner .banner_index {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }

.banner_index-frame {
  display: inline-block; }

.train_banner .banner_index li {
  transition: all .3s;
  margin-right: 15px;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff; }

.train_banner .banner_index li.current {
  transition: all .3s;
  background-color: #fabd03;
  width: 40px;
  border-radius: 5px; }

.train_banner .banner_index li:hover {
  transform: scale(1.5); }

.train_banner .banner_index li.current:hover {
  transform: scale(1); }

.train_banner_left {
  cursor: pointer;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5%;
  text-align: center;
  z-index: 5;
  color: #fff;
  opacity: .3; }

.train_banner_right {
  cursor: pointer;
  transition: all .5s;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5%;
  text-align: center;
  z-index: 5;
  color: #fff;
  opacity: .3; }

.train_banner_left:hover,
.train_banner_right:hover {
  display: block;
  opacity: 0.5; }

.train_banner_li {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center; }

.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner .content {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 600px;
    overflow: hidden;
    background: url(../img/banner.jpg) no-repeat top center;
    text-align: center; }

.section {
  padding: 50px 0; }
  .section .stitle {
    text-align: center; }
    .section .stitle h2 {
      font-size: 26px;
      color: #000; }
  .section .content {
    margin-top: 50px; }

.section-aboutus {
  padding: 50px 0;
  text-align: center;
  background-color: #fff; }
  .section-aboutus p {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 5px;
    font-weight: 600; }

.section-product {
  background-color: #333; }
  .section-product .content .list-product-type ul li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 15px; }
    .section-product .content .list-product-type ul li a {
      position: relative;
      display: block;
      background-color: #fff;
      color: #000;
      font-size: 30px;
      text-align: center;
      padding: 20px 0;
      font-weight: 600; }
    .section-product .content .list-product-type ul li.active a, .section-product .content .list-product-type ul li:hover a {
      background-color: #000;
      color: #fff; }
      .section-product .content .list-product-type ul li.active a::before, .section-product .content .list-product-type ul li:hover a::before {
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -20px;
        content: ' ';
        width: 0;
        height: 0;
        border-width: 15px;
        border-style: solid;
        border-color: #000 transparent transparent transparent; }
  .section-product .content .list-product-content {
    margin-top: 20px; }
    .section-product .content .list-product-content ul li {
      position: relative;
      float: left;
      margin-bottom: 10px;
      overflow: hidden;
      width: 25%; }
      .section-product .content .list-product-content ul li a {
        display: block;
        padding: 15px;
        transition: all 0.5s;
        text-align: center; }
        .section-product .content .list-product-content ul li a img {
          width: 100%;
          height: 188px;
          margin-bottom: 10px; }
        .section-product .content .list-product-content ul li a h3 {
          font-size: 18px;
          color: #fff; }
        .section-product .content .list-product-content ul li a:hover {
          border-color: #fabd03; }

.section-advantage {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .section-advantage .content {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 700px;
    overflow: hidden;
    background: url(../img/advantage.jpg) no-repeat top center;
    text-align: center; }

.section-news .content ul li {
  position: relative;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  width: 33.33%;
  padding: 10px; }
  .section-news .content ul li a {
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    transition: all 0.5s;
    background-color: #fff;
    width: 100%; }
    .section-news .content ul li a img {
      width: 100%;
      height: 220px;
      margin-bottom: 15px; }
    .section-news .content ul li a h3 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600; }
    .section-news .content ul li a h4 {
      margin-bottom: 5px;
      font-size: 16px;
      color: #fabd03; }
    .section-news .content ul li a p {
      color: #999;
      line-height: 18px; }
    .section-news .content ul li a:hover {
      background-color: #fabd03; }
      .section-news .content ul li a:hover h4,
      .section-news .content ul li a:hover p {
        color: #000; }
  .section-news .content ul li:nth-child(3n) {
    margin-right: 0; }

.footer {
  padding-top: 40px;
  background-color: #272727;
  border-top: solid 8px #fabd03;
  color: #858384;
  font-size: 16px; }
  .footer .info {
    float: left;
    line-height: 24px;
    width: 40%; }
    .footer .info span {
      display: inline-block;
      width: 80px;
      text-align: right; }
  .footer .tel {
    float: left;
    width: 40%; }
    .footer .tel h2 {
      margin-bottom: 20px;
      font-size: 20px; }
    .footer .tel h3 {
      font-size: 40px; }
    .footer .tel .list-icon-contact {
      margin-top: 30px; }
      .footer .tel .list-icon-contact a {
        cursor: pointer;
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 15px; }
        .footer .tel .list-icon-contact a.qq {
          background: url(../img/qq.png) no-repeat;
          background-size: 100%; }
        .footer .tel .list-icon-contact a.weibo {
          background: url(../img/weibo.png) no-repeat;
          background-size: 100%; }
        .footer .tel .list-icon-contact a.wechat {
          background: url(../img/wechat.png) no-repeat;
          background-size: 100%; }
  .footer .ecode {
    float: right; }
    .footer .ecode img {
      margin-top: 10px;
      border: 5px solid #fff;
      width: 150px; }
  .footer .copy {
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    background-color: #191919;
    font-size: 14px; }
    .footer .copy a {
      margin-right: 5px;
      color: #aaa; }

.page-banner {
  overflow: hidden; }

.page-banner p img {
  width: 100%;
  max-width: 100%; }

.page-title {
  padding: 40px 0 55px;
  background-color: #333;
  text-align: center;
  color: #fff; }
  .page-title h2 {
    margin-bottom: 30px;
    font-size: 45px; }
  .page-title p {
    font-size: 22px; }
  .page-title .crumbs {
    position: absolute;
    top: -20px; }
    .page-title .crumbs a {
      color: #fff; }

.list-product li {
  float: left;
  margin-bottom: 30px;
  padding: 10px;
  width: 33.33%;
  height: 400px; }
  .list-product li a {
    display: block;
    text-align: center; }
    .list-product li a .pic img {
      max-width: 100%;
      width: 100%;
      height: 270px;
      border: 5px solid #eee; }
    .list-product li a h3 {
      margin: 20px 0;
      font-size: 24px;
      font-weight: bold; }

.page-content {
  padding: 50px 0;
  min-height: 700px;
  background-color: #fff; }

.product-show {
  position: relative; }
  .product-show .product-info {
    margin-right: 500px;
    font-size: 16px;
    line-height: 30px; }
    .product-show .product-info strong {
      font-size: 20px; }
  .product-show .product-img {
    position: absolute;
    right: 0;
    top: 30px;
    width: 480px; }
    .product-show .product-img img {
      max-width: 100%; }

.product-other {
  padding: 30px 0 50px;
  background-color: #b4b4b4;
  text-align: center; }
  .product-other h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold; }

.about-show {
  font-size: 16px;
  line-height: 30px; }

.list-news li {
  float: left;
  margin-bottom: 30px;
  padding: 10px;
  width: 33.33%;
  height: 400px; }
  .list-news li a {
    display: block;
    border: 2px solid #eee; }
    .list-news li a .pic img {
      max-width: 100%;
      width: 100%;
      height: 270px; }
    .list-news li a h3 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 500; }
    .list-news li a .box {
      padding: 20px 10px; }
      .list-news li a .box p {
        font-size: 15px;
        line-height: 20px;
        color: #666; }

.tab {
  margin: 30px 0;
  text-align: center; }
  .tab > * {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #eee; }

/*# sourceMappingURL=main.min.css.map */
